Fix a case of 'stuck grab'
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 May 2012 21:18:51 +0000 (17:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 May 2012 21:34:36 +0000 (17:34 -0400)
commit16458b0de2203a0956c55f21d18e6af916e4c066
tree592cc0c5b95f991446e236e09eaa89a420bf59c0
parentec399747147ecb3d1b087ef1ab2b4ec9f883851a
Fix a case of 'stuck grab'

This was showing up when using a combo box in list mode. After popping
up the list, the keyboard grab appeared stuck. What was stuck here is
only the client-side grab, since we forgot to clean up our grabs
when receiving an UnmapNotify.

This bug was introduced in 1c970036648bffd5d58499bb7c8e2439b84d4397.
gdk/x11/gdkdisplay-x11.c